html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, canvas, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; outline: none; }

html:before, html:after, body:before, body:after, div:before, div:after, span:before, span:after, applet:before, applet:after, object:before, object:after, iframe:before, iframe:after, h1:before, h1:after, h2:before, h2:after, h3:before, h3:after, h4:before, h4:after, h5:before, h5:after, h6:before, h6:after, p:before, p:after, blockquote:before, blockquote:after, pre:before, pre:after, a:before, a:after, abbr:before, abbr:after, acronym:before, acronym:after, address:before, address:after, big:before, big:after, cite:before, cite:after, code:before, code:after, del:before, del:after, dfn:before, dfn:after, em:before, em:after, font:before, font:after, img:before, img:after, ins:before, ins:after, kbd:before, kbd:after, q:before, q:after, s:before, s:after, samp:before, samp:after, small:before, small:after, strike:before, strike:after, strong:before, strong:after, sub:before, sub:after, sup:before, sup:after, tt:before, tt:after, var:before, var:after, b:before, b:after, u:before, u:after, i:before, i:after, center:before, center:after, canvas:before, canvas:after, dl:before, dl:after, dt:before, dt:after, dd:before, dd:after, ol:before, ol:after, ul:before, ul:after, li:before, li:after, fieldset:before, fieldset:after, form:before, form:after, label:before, label:after, legend:before, legend:after, table:before, table:after, caption:before, caption:after, tbody:before, tbody:after, tfoot:before, tfoot:after, thead:before, thead:after, tr:before, tr:after, th:before, th:after, td:before, td:after, input:before, input:after, textarea:before, textarea:after { box-sizing: border-box; }

html, body { font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont,
 'Hiragino Sans GB', sans-serif; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-text-size-adjust: none; background: white; box-sizing: border-box; }

html { min-height: 100%; position: relative; }

body { min-height: 100%; }

address, cite, dfn, em, var, i { font-style: normal; }

table, td, th { border-collapse: collapse; }

ul, ol { list-style: none; }

input, textarea { border: 0; outline: 0; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #bbb; }

input:-moz-placeholder, textarea:-moz-placeholder { color: #bbb; }

input::-moz-placeholder, textarea::-moz-placeholder { color: #bbb; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #bbb; }

p, div, span, h1, a, h2 { font-size: 14px; color: #313131; }

input { font-size: 14px; }

p, span, a, h1, h2, div { line-height: 1; }

button { outline: 0; cursor: pointer; border: none; }

a { text-decoration: none; }

img{
  border: 0;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor
}
img { border: 0; image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: -webkit-optimize-contrast; image-rendering: crisp-edges; -ms-interpolation-mode: nearest-neighbor; }

img.overspread { display: block; width: 100%; height: 100%; }

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.clearfix { *zoom: 1; }

.clear { display: block; clear: both; font-size: 1px; width: 1px; height: 0; visibility: hidden; overflow: hidden; }

.container { width: 1200px; margin: 0 auto; }

.mt30 { margin-top: 30px; }

.mt10 { margin-top: 10px; }

.mt54 { margin-top: 54px; }

.mt20 { margin-top: 20px; }

.mb20 { margin-bottom: 20px ; }

.mt20 { margin-top: 20px; }

.mt10 { margin-top: 10px; }

.mt5{
  margin-top: 5px;
}
.mt3{
  margin-top: 3px;
}

.mt15 { margin-top: 15px; }
.mt22{
    margin-top: 22px;
}
.mt25{
    margin-top: 25px;
}
.mt40{
    margin-top: 40px;
}
.mt50{
    margin-top: 50px;
}
h1, h2, h3 { display: inline-block; font-weight: normal; }

b { font-size: 14px; color: #777; font-weight: normal; }

input::-webkit-input-placeholder { /* WebKit browsers */ color: #ccc; }

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #ccc; }

input::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #ccc; }

input:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #ccc; }

html{
    min-height: 100%;
}

.new-scoll-css{
    padding-right: 5px;

}


.new-scoll-css::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
    scrollbar-arrow-color: rgb(51, 48, 48);
    position: relative;
    right: -5px;
  }
  
  .new-scoll-css::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    scrollbar-arrow-color: red;
    position: relative;
    right: -5px;
  }
  
  .new-scoll-css::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    position: relative;
    right: -5px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
  }

  
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
  }
  input[type='number'] {
    -moz-appearance: textfield;
  
}


